From: Fabian Grünbichler Date: Wed, 23 Oct 2024 20:37:25 +0000 (+0200) Subject: ignore broken debuginfo tests X-Git-Tag: archive/raspbian/1.95.0+dfsg1-2+rpi1^2~15 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6dc4d559420a5fc0b8226b451379fba9ff72de07;p=rustc.git ignore broken debuginfo tests Forwarded: yes Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic build Gbp-Pq: Name ignore-broken-debuginfo-tests.patch --- diff --git a/tests/debuginfo/macro-stepping.rs b/tests/debuginfo/macro-stepping.rs index 3f57eb9ad7..f95005d0ef 100644 --- a/tests/debuginfo/macro-stepping.rs +++ b/tests/debuginfo/macro-stepping.rs @@ -7,7 +7,8 @@ // LLDB 1800+ tests were not tested in CI, broke, and now are disabled //@ ignore-lldb //@ min-gdb-version: 13.0 - +//Debian: broken, see https://github.com/rust-lang/rust/issues/130896 +//@ ignore-gdb //@ aux-build:macro-stepping.rs #![allow(unused)] diff --git a/tests/debuginfo/method-on-enum.rs b/tests/debuginfo/method-on-enum.rs index 6c724622a8..6fa7fce52b 100644 --- a/tests/debuginfo/method-on-enum.rs +++ b/tests/debuginfo/method-on-enum.rs @@ -1,6 +1,8 @@ // LLDB 1800+ tests were not tested in CI, broke, and now are disabled //@ ignore-lldb //@ min-gdb-version: 13.0 +//Debian: broken, see https://github.com/rust-lang/rust/issues/129662#issuecomment-2313102689 +//@ ignore-gdb //@ compile-flags:-g //@ disable-gdb-pretty-printers